home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / AMICUS / AMICUS26.ADF / SoundScape / Include / keys.h < prev    next >
C/C++ Source or Header  |  1989-01-26  |  420b  |  14 lines

  1. /*    Console KeyBoard Port.  Edit structure. 
  2.     (c) 1986 Todor Fay
  3. */ 
  4.  
  5. struct ConsKeyState { 
  6.     long length;        /* Length of this structure (required) */ 
  7.     long autochannel[2];    /* Midi output channels. */ 
  8.     long autotrans;        /* Output transposition. */ 
  9.     long contrans;        /* Console transposition. */ 
  10.     long conchannel;        /* Midi input channel. */ 
  11.     long funclocks[6];        /* Function key clock pulses. */ 
  12. }; 
  13.  
  14.